home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Tool Chest / Development Kits / MPW etc. / Documentation / Debuggers / Power Mac Debugger / PowerMacDebug Index / powermacdebug / style / style.plc < prev    next >
Encoding:
Text File  |  1997-03-13  |  1004 b   |  6 lines  |  [TEXT/CLog]

  1. # style.plc    1.11 - 3/2/94
  2.  
  3. # @(#)Copyright (C) 1987-1994 Verity, Inc.
  4.  
  5. #
  6.  
  7. # Example style.plc file with default policy settings.
  8.  
  9. # Everything is optional including the file itself.
  10.  
  11. # Note: all options are currently commented out.
  12.  
  13. $control: 1
  14.  
  15. policy:
  16.  
  17. {
  18.  
  19.   mode: default
  20.  
  21.   {    
  22.  
  23.     index_policy:
  24.  
  25.         /goaldocs = 4096
  26.  
  27.         /instances_floor = 250000
  28.  
  29.         /instances_ceiling = 250000
  30.  
  31.         /maxdocs = 4096
  32.  
  33.         /minparts = 2
  34.  
  35.         /maxparts = 10
  36.  
  37.         /goalparts = 4
  38.  
  39.         /verify_on_submit = no
  40.  
  41.         /error_on_bad_update = no
  42.  
  43.         /keep_revisions = 25
  44.  
  45.         /read_only = no        
  46.  
  47.                /disable_locking = yes
  48.  
  49.        work_policy:
  50.  
  51.         /work_interval = 20 
  52.  
  53.         /est_work_length = 120 
  54.  
  55.         /housekeeping_interval = 300
  56.  
  57.         /housekeeping_age = 600
  58.  
  59.         /min_disk_free = 1000
  60.  
  61.         /disk_free_interval = 300
  62.  
  63.         /max_new_docs = 4096
  64.  
  65.         /lock_retry_count = 40
  66.  
  67.         /general_retry_count = 3
  68.  
  69.         /max_new_work = 1114
  70.  
  71.         /permissions = 0000
  72.  
  73.         /maintenance_interval = 300
  74.  
  75.     logfile_policy:
  76.  
  77.         /min_log_size = 5000
  78.  
  79.         /max_log_size = 10000
  80.  
  81.  
  82.     }
  83.  
  84. }
  85.  
  86.